Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / Iterate Method
A function which takes a value, and returns the next value.

In This Topic
    Iterate Method
    In This Topic
    Iterates the range.
    Syntax
    'Declaration
     
    
    Public Function Iterate( _
       ByVal incrementor As Func(Of T,T) _
    ) As IEnumerable(Of T)

    Parameters

    incrementor
    A function which takes a value, and returns the next value.

    Return Value

    The items in the range.
    See Also